type runtime.sigactiont
10 uses
runtime (current package)
cgo_sigaction.go#L23: func sigaction(sig uint32, new, old *sigactiont) {
cgo_sigaction.go#L98: func callCgoSigaction(sig uintptr, new, old *sigactiont) int32
defs_linux_amd64.go#L118: type sigactiont struct {
os_linux.go#L479: var sa sigactiont
os_linux.go#L503: var sa sigactiont
os_linux.go#L515: var sa sigactiont
os_linux.go#L534: func sysSigaction(sig uint32, new, old *sigactiont) {
os_linux.go#L535: if rt_sigaction(uintptr(sig), new, old, unsafe.Sizeof(sigactiont{}.sa_mask)) != 0 {
os_linux.go#L559: func rt_sigaction(sig uintptr, new, old *sigactiont, size uintptr) int32
os_linux.go#L569: func fixSigactionForCgo(new *sigactiont) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |